source code - определение. Что такое source code
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое source code - определение

COLLECTION OF COMPUTER INSTRUCTIONS WRITTEN USING SOME HUMAN-READABLE COMPUTER LANGUAGE
Sourcecode; Source-code; Source file; Source program; Source tree; Yuanma; Source form; Source files
  •  url-status = dead}}</ref><!-- See http://cm.bell-labs.com/cm/cs/who/dmr/ctut.pdf for original.-->
Найдено результатов: 4120
source code         
2011 FILM DIRECTED BY DUNCAN JONES
Source Code (film); Source Code (movie); Source Code (Film); Source Code (2011 film)
<language, programming> (Or "source", or rarely "source language") The form in which a computer program is written by the programmer. Source code is written in some formal programming language which can be compiled automatically into object code or machine code or executed by an interpreter. (1995-01-05)
source code         
2011 FILM DIRECTED BY DUNCAN JONES
Source Code (film); Source Code (movie); Source Code (Film); Source Code (2011 film)
¦ noun Computing a text listing of commands to be compiled into an executable computer program.
Source code         
2011 FILM DIRECTED BY DUNCAN JONES
Source Code (film); Source Code (movie); Source Code (Film); Source Code (2011 film)
In computing, source code, or simply code, is any collection of code, with or without comments, written using a human-readable programming language, usually as plain text. The source code of a program is specially designed to facilitate the work of computer programmers, who specify the actions to be performed by a computer mostly by writing source code.
Source-code editor         
TEXT EDITOR SPECIALIZED IN EDITING SOFTWARE SOURCE CODE
Code editor; Source editor; List of source code editors; Source code editor
A source-code editor is a text editor program designed specifically for editing source code of computer programs. It may be a standalone application or it may be built into an integrated development environment (IDE) or web browser.
Source-code compatibility         
Source compatible; Source code compatible; Source compatibility; Source code compatibility; Source-compatible
Source-code compatibility (source-compatible) means that a program can run on computers (or operating systems), independently of binary-code compatibility and that the source code is needed for portability.
Source code virus         
Source Code Virus
Source code viruses are a subset of computer viruses that make modifications to source code located on an infected machine. A source file can be overwritten such that it includes a call to some malicious code.
Source code escrow         
DEPOSIT OF SOFTWARE SOURCE CODE WITH A THIRD-PARTY ESCROW AGENT
Source-code escrow
Source code escrow is the deposit of the source code of software with a third-party escrow agent. Escrow is typically requested by a party licensing software (the licensee), to ensure maintenance of the software instead of abandonment or orphaning.
source code escrow         
DEPOSIT OF SOFTWARE SOURCE CODE WITH A THIRD-PARTY ESCROW AGENT
Source-code escrow
<software> An arrangement where some source code is held in escrow by a third party as long as it is supported by the vendors, but should they cease to support it, it becomes the property of the purchasers so that they can arrange for its continued maintenance. (1999-12-14)
Astrophysics Source Code Library         
Wikipedia talk:Articles for creation/Astrophysics Source Code Library
The Astrophysics Source Code Library (ASCL) is an online registry of scientist-written software used in astronomy or astrophysics research. The primary objective of the ASCL is to make the software used in research available for examination to improve the transparency of research.
Comparison of online source code playgrounds         
NOTABLE ONLINE SOFTWARE SOURCE CODE PLAYGROUNDS
User:H.huff/sandbox; Draft:Online Source Code Playgrounds; Online Source Code Playgrounds; Online source code playgrounds; List of online source code playgrounds
The following table lists notable online software source code playgrounds. A playground allows learning about, experimenting with and sharing source code.

Википедия

Source code

In computing, source code, or simply code, is any collection of text, with or without comments, written using a human-readable programming language, usually as plain text. The source code of a program is specially designed to facilitate the work of computer programmers, who specify the actions to be performed by a computer mostly by writing source code.

The source code is often transformed by an assembler or compiler into binary machine code that can be executed by the computer. The machine code is then available for execution at a later time.

Most application software is distributed in a form that includes only executable files. If the source code were included it would be useful to a user, programmer or a system administrator, any of whom might wish to study or modify the program.

Alternatively, depending on the technology being used, source code may be interpreted and executed directly.